.product_img_box img{
    width: 100%;
    border-radius: 10px;
}
.product_codes_item{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #F3F3F3;
}.product_codes_item:nth-child(even) {
     border-radius: 3px;
     border: 2px solid #FFB81C;
     background: #FFE09C;
 }
.product_codes{
    margin-bottom: 24px;
}
.product_title h1{
    font-size: 30px;
    margin-bottom: 15px;
}
.product_title span{
    color: #8D8D8D;display: block;
    margin-bottom: 12px;
}
.category{
    margin-bottom: 13px;
}
.category a{
    color: #FFB81C;display: inline-block;
    margin-right: 5px;
}
.product_content h2{
     font-size:24px;font-weight: 700;
 }
.product_content h3{
    font-size: 21px;font-weight: 700;
}
.product_content h4{
    font-size: 19px;font-weight: 700;
}
.product_content p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #181522;
}
.product_codes_item span {
    font-weight: bold;
}



@media (max-width: 992px) {
    .product_title h1 {
        font-size: 23px;
    }
}